home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / c / Storm_FlexCat.lha / Storm_FlexCat / C_h.sd < prev    next >
Text File  |  1999-02-15  |  579b  |  33 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `%fv'
  5.    from "%f0".
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #ifndef %b_CAT_H
  11. #define %b_CAT_H
  12.  
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. void LocalizeStringArray(STRPTR *Array);
  19. void Open%bCatalog ();
  20. void Close%bCatalog();
  21.  
  22. struct FC_String
  23. {
  24.    STRPTR Str;
  25.    const LONG Id;
  26. };
  27.  
  28. extern struct FC_String %b_Strings[];
  29.  
  30. #define %i (%b_Strings[%e].Str)\n#define _%i %e
  31.  
  32. #endif
  33.